const net/http.http2ClientPreface
3 uses
net/http (current package)
h2_bundle.go#L3462: http2ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
h2_bundle.go#L3481: http2clientPreface = []byte(http2ClientPreface)
h2_bundle.go#L5088: buf := make([]byte, len(http2ClientPreface))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)